home *** CD-ROM | disk | FTP | other *** search
- ;
- ;
- ;
- ; A commonly usable ZeriLink configuration file (IBM side)
- ;
- ; Ensure this file is at '<path of linkr.exe and linkt.exe>\LINK.CNF'
- ;
- ;
- ;
-
- ;
- ; Mode <mode>
- ; -----------
- ; Receive and transmit. Set link mode to <mode> (ECP or BIDIR). The
- ; other side should be set to the same link mode. The default link
- ; mode is BIDIR.
- ;
-
- Mode ECP
-
- ;
- ; LinkPort <port number>
- ; ----------------------
- ; Receive and transmit. The port number of the ECP capable parallel
- ; port is set to the hexadecimal value <port number> (278, 378 and
- ; 3BC are the only valid values). The default value is 378.
- ;
-
- LinkPort 378
-
- ;
- ; MapChar '<badchar> '<goodchar>
- ; ------------------------------
- ; Receive only. Map leafname character <badchar> to <goodchar>. The
- ; default map consists of characters [32..126] mapped to themselves,
- ; and the other characters mapped to 'end of leafname' (0).
- ;
-
- MapChar '# '?
- MapChar '? '#
- MapChar '+ '&
- MapChar '= '@
- MapChar '; '%
- MapChar '< '$
- MapChar '> '^
- MapChar '/ '.
-
- ;
- ; LeafLength <name length> <extension length>
- ; -------------------------------------------
- ; Receive only. Limit leafname lengths (name and extension part
- ; respectively) to the decimal values <name length> and <extension
- ; length>. Excess characters are discarded. The default leafname
- ; lengths are 255 (i.e. no real limit). If you are using an MSDOS
- ; environment that performs its own truncation, or supports long
- ; filenames (e.g. Windows 95) you may leave LeafLength at 255 255.
- ; NOTE : To enable long filename support, you must have the
- ; environment variable 'LFN' set to 'Y'.
- ;
-
- LeafLength 255 255
-
- ;
- ; TypeToExt <extension> <filetype>
- ; --------------------------------
- ; Receive only. Map Acorn filetype &<filetype> to DOS extension
- ; <extension>. If a filetype is matched, it will be appended to the
- ; leafname (including a leading '.'). Extensions may be any number of
- ; characters long. Only hexadecimal values for <filetype> are allowed,
- ; see '*Show File$Type*' if you need the hexadecimal value for a
- ; filetype name. The default map is empty (no translations are made).
- ;
-
- TypeToExt 692 IMG
- TypeToExt 693 IFF
- TypeToExt 695 GIF
- TypeToExt 697 PCX
- TypeToExt 698 QRT
- TypeToExt 699 MTV
- TypeToExt 69C BMP
- TypeToExt 69D TGA
- TypeToExt 69E PBM
- TypeToExt 6A0 MSX
- TypeToExt 6A1 RLE
- TypeToExt C85 JPG
- TypeToExt FF0 TIF
- TypeToExt DEA DXF
- TypeToExt DFE CSV
- TypeToExt C46 TAR
- TypeToExt FFB BAS
-
-
-